home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / windows / games / xlmath21.arj / SOURCE.ZIP / XLMATH.RC < prev    next >
Text File  |  1992-12-16  |  2KB  |  57 lines

  1. // XLMATH.RC -- XLMATH Resource Files
  2. // Mathematics XLL for Excel 4.0
  3. // Written by Roy Kari
  4. // August 1992
  5.  
  6. // these *must* be kept in synch with XLM_ERROR in XLMATH.H
  7. #define XLU_NO_MEMORY         0
  8. #define XLU_MEMORY_ERROR     1
  9. #define XLU_NO_FREE         2
  10. #define XLU_NO_ACTIVESHEET    3
  11. #define XLU_BAD_REF            4
  12. #define XLU_OVERLAPPED_REF    5
  13. #define XLU_NO_ARRAY        6
  14. #define XLD_BAD_DIALOG        7
  15. #define XLM_NOT_SQUARE         8
  16. #define XLM_POLY             9
  17. #define XLM_SMOOTHSG         10
  18. #define XLM_SMOOTHWT        11
  19. #define XLM_CUBIC            12
  20. #define XLM_CALCSPLINE        13
  21. #define XLM_MODENSITY        14
  22. #define XLM_CF1                15
  23. #define XLM_CF2                16
  24. #define XLM_CF3                17
  25. #define XLM_CF4                18
  26. #define XLM_CF5                19
  27. #define XLM_CF6                20
  28. #define XLM_CF7                21
  29. #define XLM_CF8                22
  30.  
  31. STRINGTABLE
  32. BEGIN
  33.     XLU_NO_MEMORY," Out of memory, Remove items from desktop"
  34.     XLU_MEMORY_ERROR," Memory error, Exit Excel"
  35.     XLU_NO_FREE," Internal error freeing memory: Proably not critical"
  36.     XLU_NO_ACTIVESHEET," No active sheet: Please activate one"
  37.     XLU_BAD_REF," Reference to cell or range is bad, missing or discontinuous. None are supported"
  38.     XLU_OVERLAPPED_REF," Output range overlaps input range; Try again"
  39.     XLU_NO_ARRAY," Single cell referenced in input dialog; Requires reference to 2 or more cells"
  40.     XLD_BAD_DIALOG," Bad or missing info in dialog box"
  41.     XLM_NOT_SQUARE," Symmetric matrix must be square"
  42.     XLM_POLY," Check PolyCurveFit parameters"
  43.     XLM_SMOOTHSG," Check SmoothSG parameters"
  44.     XLM_SMOOTHWT," Check SmoothWT parameters"
  45.     XLM_CUBIC," Check CubicSplines parameters"
  46.     XLM_CALCSPLINE," Check CalcSpline parameters"
  47.     XLM_MODENSITY," Check MODensity parameters"
  48.     XLM_CF1," Need more than 2 XY data pairs in adjacent column format"
  49.     XLM_CF2," X & Y values must be in adjacent column format"
  50.     XLM_CF3," Must have parm, lower & upper bounds in adjacent rows"
  51.     XLM_CF4," Please define the name CustomFitMacro in the active sheet"
  52.     XLM_CF5," Please check the name CustomFitMacro in your defined names"
  53.     XLM_CF6," Can't find a proper defined name for CustomFitMacro"
  54.     XLM_CF7," CustomFitMacro must return a single number"
  55.     XLM_CF8," No. data points must exceed number parameters"
  56. END
  57.